home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / intro.dir / 00011_Login FS.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  294 b   |  16 lines

  1. on exitFrame
  2.   global gINdonePopup
  3.   if the doubleClick and gINdonePopup then
  4.     set gINdonePopup to 0
  5.     if loginUser() then
  6.       return 
  7.     end if
  8.   end if
  9.   if not soundBusy(1) then
  10.     puppetSound("splashl.aif")
  11.     updateStage()
  12.   end if
  13.   hRolloverScript("Login")
  14.   go(the frame)
  15. end
  16.